Rules - Concept |
The basic function of Welcome is modifying requests "on the fly"before the server will see them. I have extended this function to a user-definable feature: rules. Before I explain rules in detail, I would like to show how things happen if a request comes in and gets processed:
Some web problems might need a single rule to fix them - others will need several rules that work together to modify the request or stop/skip other rules. I know that rules are somewhat difficult to understand, but once you have understood them, you could never live without them. To help understanding rules, I have created a test page, where rules can be tested remotely. This and a collection of "ready to use" rules will give you a starting point, but I recommend playing around and asking other users on the mailing list if you got stuck. |